5sec Snow - non WordPress version documentation

1. Copy js folder to your server

In this document's folder you'll find a folder named "js" copy all of it's content (5sec-snow.js and folders with flake images) to your servers "js" folder.

2. Include the latest version of jQuery

If you don't already have jQuery included copy/paste this code in your document's head section:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js" type="text/javascript"></script>

3. Include 5sec Snow's JS file

Copy/paste this code in your document's head section:
<script src="js/5sec-snow.js" type="text/javascript"></script>

4. Init and configure 5sec Snow

Copy/paste this code just above your <body/> tag:

<script type="text/javascript">
jQuery(document).ready(function($){
    $.snow({ flake_number: 50,
             flake_folder: 'js/big-24/',
             flake_imgs: 5,
             linked_flakes: 0,
             link: '',
             melt: 550,
             wind: 50,
             rotation: 4,
             speed: 8});
  });
</script>


Copyright Web factory Ltd 2011